home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / GCC257RM.ZIP / utils / gcc-rm / config.h < prev    next >
Text File  |  1993-11-12  |  269b  |  11 lines

  1. #define TRUE 1
  2. #define FALSE 0
  3. #define DEFAULT_TARGET_MACHINE "go32"
  4. #define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DMSDOS"
  5. #define DEFAULT_SIGNED_CHAR 1
  6. #define EXECUTABLE_SUFFIX ".exe"
  7. #define PATH_SEPARATOR ';'
  8. #define HAVE_PUTENV
  9. #define MKTEMP_EACH_FILE
  10.  
  11.